home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / BOLD.HDR < prev    next >
Text File  |  1994-04-25  |  743b  |  33 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Bold( cWhat ) --> cString
  8.  
  9. PARAMETERS:
  10.  
  11. cWhat : Text String
  12.  
  13. SHORT:
  14.  
  15. Double strike a print string.
  16.  
  17. DESCRIPTION:
  18.  
  19. _Bold() prints the contents passed in the "cWhat" param THRICE at the
  20. current print head coords, giving a BOLD appearance.  Is useful since it
  21. can be used as part of an in-line expression.
  22.  
  23. NOTE:
  24.  
  25.  
  26.  
  27. EXAMPLE:
  28.  
  29. @ 10,10 say _Bold('THIS IS A LINE')
  30. @ 10,10 say 'I said' + _Bold(' NOW ') + 'Mister...'
  31.  
  32. ******************************************************************************/
  33.